@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400;700&display=swap");
body {
  box-sizing: border-box;
  background-color: #F3F3F3;
  overflow-x: hidden;
}

*:focus {
  box-shadow: none;
}

html {
  scroll-behavior: smooth;
}

* {
  font-family: "Karla", sans-serif;
}

.btn-cta {
  background-color: #E23939;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 6px 40px;
  transition: all ease 1s;
  margin-left: auto;
}
.btn-cta:hover {
  background-color: #BC3939;
}

.btn-send:disabled {
  background-color: #aaa;
  margin-left: auto;
  margin-right: 0;
  margin-top: 5px;
  align-self: flex-end;
}

.btn-send {
  padding: 8px 25px;
  margin-left: auto;
  margin-right: 50px;
  transition: all ease 1s;
}

.pdf-container {
  container-name: pdf-container;
  container-type: inline-size;
  width: 100%;
  align-self: flex-end;
}

.pdf-btn {
  background-color: white;
  color: #E23939;
  border: 2px solid #E23939;
  border-radius: 5px;
  padding: 6px 40px;
  margin-left: auto;
  width: 49%;
  align-self: flex-end;
}
.pdf-btn:hover {
  background-color: #BC3939;
  color: white;
}

@container (max-width: 360px) {
  .pdf-btn:last-child {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    align-self: flex-end;
    width: 100%;
  }
}
.navbar-acr {
  background-color: #E23939;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}
.navbar-acr div.container-fluid {
  max-width: 1100px;
}
.navbar-acr .navbar-collapse {
  flex-grow: 0;
}
.navbar-acr a.navbar-brand {
  width: 50%;
  max-width: 250px;
}
@media (min-width: 768px) {
  .navbar-acr a.navbar-brand {
    max-width: 200px;
  }
}
.navbar-acr a.navbar-brand img {
  width: 100%;
}
.navbar-acr a.nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-acr a.nav-link.active {
  color: white;
}

#carousel-header {
  width: 100%;
  height: 100%;
}

#carousel-header .carousel-item, #carousel-header .carousel-inner {
  width: 100%;
  height: 100%;
}

.header-bg1, .header-bg2, .header-bg3, .header-bg4, .header-bg5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
}

.carousel-indicators {
  margin-bottom: 140px;
}
.carousel-indicators button.active {
  background-color: #E23939;
}

.carousel-indicators [data-bs-target] {
  display: none;
}
@media (min-width: 768px) {
  .carousel-indicators [data-bs-target] {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 0;
    border-bottom: 0;
    border-radius: 10px;
    margin: 0 10px;
  }
}

.header-bg1 {
  background-image: url(../assets/1.jpg);
  background-position: top;
}

.header-bg2 {
  background-image: url(../assets/2.jpg);
}

.header-bg3 {
  background-image: url(../assets/3.jpg);
}

.header-bg4 {
  background-image: url(../assets/4.jpg);
  background-position: bottom;
}

.header-bg5 {
  background-image: url(../assets/5.jpg);
}

#carousel-header .carousel-indicators li {
  background-color: white;
}

.card-service-container {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: -100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 0px;
}
.card-service-container .card-service {
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 20px 30px;
  margin-bottom: 10px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .card-service-container .card-service {
    width: 49%;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.card-service-container .card-service .tittle {
  color: #E23939;
  font-weight: 700;
}
@media (min-width: 768px) {
  .card-service-container .card-service .tittle {
    font-size: 28px;
  }
}
.card-service-container .card-service .text {
  color: #411010;
}
.card-service-container .card-service a {
  align-self: flex-end;
  margin: auto;
}

input[type=text], input[type=tel], input[type=email], #textarea {
  border: none;
  margin: 5px 0 15px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

input[type=tel] {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  input[type=tel] {
    margin-bottom: 0;
  }
}

label {
  height: 24px;
}

#textarea {
  margin-top: 0;
  resize: none;
}

.p-info-box {
  border: solid 1px #E23939;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px;
  font-weight: 700;
}

.pendiente {
  font-size: 32px;
  color: red;
}

header {
  width: 100vw;
  height: 100vh;
  position: relative;
  max-height: 550px;
}
@media (min-width: 768px) {
  header {
    max-height: 650px;
  }
}
header .white-border {
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 105%;
}
header .text-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .text-header h5 {
  font-weight: 700;
  color: white;
  text-align: center;
  font-size: 50px;
}
@media (min-width: 768px) {
  header .text-header h5 {
    font-size: 80px;
    padding: 40px;
  }
}

header.header-landing {
  width: 100vw;
  height: 150px;
  background-image: url("../assets/regularizaciones.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  header.header-landing {
    height: 250px;
  }
}
header.header-landing .white-border {
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 105%;
}
header.header-landing h1 {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  font-weight: 700;
  color: white;
  margin-top: 60px;
}
@media (min-width: 768px) {
  header.header-landing h1 {
    margin-top: 0;
    width: 95%;
  }
}

.ok-section {
  background-color: white;
  margin-top: 60px;
  padding: 40px;
}
.ok-section .ok-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.ok-section .ok-container .tittle {
  color: #411010;
  font-size: 40px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .ok-section .ok-container .tittle {
    margin-bottom: 40px;
  }
}
.ok-section .ok-container .img-container {
  width: 100%;
  height: 200px;
  background-image: url(../assets/1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .ok-section .ok-container .img-container {
    width: 40%;
    min-height: 250px;
  }
}
.ok-section .ok-container .text {
  width: 100%;
  margin-top: 12px;
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ok-section .ok-container .text {
    width: 57%;
    margin-top: 0;
  }
}
.ok-section .ok-container .respaldo__container {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .ok-section .ok-container .respaldo__container {
    padding: 0;
    justify-content: space-between;
  }
}
.ok-section .ok-container .respaldo__container .serviu {
  margin-right: 40px;
}
@media (min-width: 768px) {
  .ok-section .ok-container .respaldo__container .serviu {
    margin-right: 0;
  }
}
.ok-section .ok-container .respaldo__container .perito, .ok-section .ok-container .respaldo__container .serviu {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .ok-section .ok-container .respaldo__container .perito, .ok-section .ok-container .respaldo__container .serviu {
    width: 10%;
  }
}
.ok-section .ok-container .respaldo__container img {
  height: 50px;
}
@media (min-width: 768px) {
  .ok-section .ok-container .respaldo__container img {
    height: 70px;
  }
}
.ok-section .ok-container .respaldo__container h2 {
  font-size: 0.7rem;
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .ok-section .ok-container .respaldo__container h2 {
    font-size: 1rem;
  }
}
.ok-section .ok-container .respaldo__container .respaldo__datos {
  font-size: 0.8rem;
  align-self: flex-end;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .ok-section .ok-container .respaldo__container .respaldo__datos {
    font-size: 1.2rem;
    text-align: left;
  }
}
.ok-section .ok-container .respaldo__container .seba {
  font-weight: 700;
}
.ok-section .ok-container .respaldo__container .respaldo__asatch {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ok-section .ok-container .respaldo__container .respaldo__asatch {
    width: 30%;
    text-align: right;
  }
}
.ok-section .ok-container .respaldo__container .respaldo__asatch img {
  cursor: pointer;
}

.contact-section {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-section .tittle {
  font-weight: 700;
  width: 100%;
  color: #411010;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.contact-section .contact-form-exp-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .contact-section .contact-form-exp-container {
    width: 63%;
  }
}
.contact-section .contact-form-exp-container .exp-container {
  width: 100%;
  height: auto;
  display: flex;
  background-image: url(../assets/house-time.jpg);
  background-position: center;
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
  border-radius: 15px 15px 0 0;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .contact-section .contact-form-exp-container .exp-container {
    height: 300px;
    border-radius: 15px 0 0 0;
    padding: 0;
  }
}
.contact-section .contact-form-exp-container .exp-container .exp-number {
  font-size: 35px;
  height: 40px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .contact-section .contact-form-exp-container .exp-container .exp-number {
    height: auto;
    font-size: 60px;
  }
}
.contact-section .contact-form-exp-container .exp-container .exp-name {
  font-size: 16px;
}
@media (min-width: 768px) {
  .contact-section .contact-form-exp-container .exp-container .exp-name {
    font-size: 20px;
  }
}
.contact-section .contact-form-exp-container form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.contact-section .contact-form-exp-container form .form-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.contact-section .contact-form-exp-container form .form-group .colum-1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 768px) {
  .contact-section .contact-form-exp-container form .form-group .colum-1 {
    width: 49%;
  }
}
.contact-section .contact-form-exp-container form .form-group .colum-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 768px) {
  .contact-section .contact-form-exp-container form .form-group .colum-2 {
    width: 49%;
  }
}
.contact-section .side-coment-container {
  width: 100%;
  height: auto;
  background-color: white;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 30px;
  border-radius: 10px 10px 10px 10px;
}
@media (min-width: 768px) {
  .contact-section .side-coment-container {
    width: 37%;
    border-radius: 0 10px 10px 0px;
    margin-top: 0;
  }
}
.contact-section .side-coment-container .seba_picture-container {
  width: 100%;
  height: 300px;
  background-image: url(../assets/Sebastian-Sepulveda.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
}
@media (min-width: 768px) {
  .contact-section .side-coment-container .seba_picture-container {
    border-radius: 0 15px 0 0;
  }
}
.contact-section .side-coment-container p {
  padding: 30px;
  font-size: 18px;
  color: #411010;
  margin-bottom: 0;
}
.contact-section .contact-text-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 40px;
  justify-content: space-between;
  background-color: white;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .contact-section .contact-text-container {
    padding: 30px 40px;
  }
}
.contact-section .contact-text-container p {
  font-size: 18px;
  color: #411010;
  width: 95%;
  padding: 5px 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .contact-section .contact-text-container p {
    width: 45%;
  }
}
.contact-section .contact-text-container p:last-child {
  width: 100%;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

.contact-section {
  margin-bottom: 80px;
}
.contact-section form {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact-section form {
    width: 100%;
  }
}
.contact-section form .form-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.contact-section form .form-group .colum-1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 768px) {
  .contact-section form .form-group .colum-1 {
    width: 49%;
  }
}
.contact-section form .form-group .colum-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 768px) {
  .contact-section form .form-group .colum-2 {
    width: 49%;
  }
}

.service-container {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px #E23939 solid;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.service-container:last-child {
  margin-bottom: 0;
}
.service-container h2 {
  width: 100%;
  border-left: 5px solid #E23939;
  padding-left: 10px;
  font-weight: 700;
  color: #411010;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .service-container h2 {
    margin-top: 0;
    width: 100%;
  }
}
.service-container h4 {
  font-size: 16px;
  font-weight: 700;
}
.service-container .text-container {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .service-container .text-container {
    width: 40%;
  }
}
.service-container .text-container ul {
  list-style-image: url(../assets/check-solid.svg);
  padding-left: 25px;
}
.service-container .text-container ul li::marker {
  font-size: 25px;
}
.service-container .column-2 {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .service-container .column-2 {
    width: 40%;
  }
}
.service-container .column-2 .img-container {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .service-container .column-2 .img-container {
    height: 250px;
  }
}
.service-container .column-2 .img-container.mono-img {
  background-image: url("../assets/ley-mono.jpg");
}
.service-container .column-2 .img-container.deslindes-img {
  background-image: url("../assets/deslindes.jpg");
}
.service-container .column-2 .img-container.ventas-img {
  background-image: url("../assets/venta.jpg");
}
.service-container .column-2 .img-container.judicial-img {
  background-image: url("../assets/judicial.jpg");
}
.service-container .column-2 .img-container.comercial-img {
  background-image: url("../assets/comercial.jpg");
}
.service-container .column-2 .img-container.suelos-img {
  background-image: url("../assets/suelo.jpg");
}
.service-container .column-2 .img-container.danos-img {
  background-image: url("../assets/danos.jpg");
}
.service-container .column-2 .img-container.planos-img {
  background-image: url("../assets/planos.jpg");
}
.service-container .column-2 .cta-service {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.service-container .column-2 .cta-service button {
  margin: 0;
}
.service-container .column-2 .cta-service button:not(:last-child) {
  margin-right: 10px;
  width: 36px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-section {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .more-section {
    width: 95%;
  }
}
.more-section h4 {
  font-size: 20px;
  font-weight: 700;
  color: #411010;
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
}
.more-section .more-card-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.more-section .more-card-container .more-card {
  width: 100%;
  padding: 20px 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .more-section .more-card-container .more-card {
    margin-bottom: 0;
    width: 32%;
    max-width: 260px;
    min-height: 230px;
  }
}
@media (min-width: 1200px) {
  .more-section .more-card-container .more-card {
    margin-top: 0;
  }
}
.more-section .more-card-container .more-card button.btn-cta {
  font-size: 14px;
  margin-left: auto;
  align-self: flex-end;
}
.more-section .more-card-container .more-card a {
  text-decoration: none;
}
.more-section .more-card-container .more-card h5 {
  color: #E23939;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .more-section .more-card-container .more-card h5 {
    text-align: left;
    margin-bottom: 5px;
  }
}
.more-section .more-card-container .more-card p {
  font-size: 14px;
}

.quienes-somos-container {
  min-height: 200px;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .quienes-somos-container {
    margin-top: 200px;
    margin-bottom: 150px;
  }
}
.quienes-somos-container .img-container {
  margin: 0 auto;
  background-image: url("../assets/Sebastian-Sepulveda.jpg");
  background-size: cover;
  background-position: center;
  width: 80%;
  height: auto;
  min-height: 200px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .quienes-somos-container .img-container {
    width: 40%;
    min-height: 250px;
  }
}
.quienes-somos-container .text-container {
  margin: 0 auto;
  margin-top: 20px;
  width: 80%;
}
@media (min-width: 768px) {
  .quienes-somos-container .text-container {
    width: 40%;
    margin-top: 0;
  }
}
.quienes-somos-container .text-container p {
  width: 100%;
  margin-bottom: 0;
}
.quienes-somos-container .text-container .somos-text {
  margin-bottom: 20px;
}
.quienes-somos-container .text-container .nombre {
  font-weight: 700;
}
.quienes-somos-container .text-container .cargo {
  font-size: 14px;
}

footer {
  margin-top: 40px;
  width: 100vw;
  background-color: #E23939;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  color: white;
  padding-top: 30px;
  text-align: center;
}
footer .brand-container {
  width: 100%;
}
footer .brand-container img {
  width: 300px;
}
footer .contacto {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer .contacto {
    flex-direction: row;
  }
}
footer .contacto p {
  margin: 0 10px;
}
footer .social-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
footer .social-container img {
  margin: 0 30px;
}
footer .legales {
  color: #411010;
  background-color: white;
  width: 100%;
  margin-top: 30px;
  font-size: 12px;
}

/*# sourceMappingURL=style.css.map */
